ul, li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
a,a:link,a:visited {color:#333; text-decoration:none;}
a:hover {color:#666; text-decoration:none;}
a:active {color:#666; text-decoration:none;}

.head_nav_rat-header {
	height: 158px;
background-color:;
	background-color: #ffffff;
}
.head_nav_rat-header .logo-box {
	height: 120px;
	line-height: 120px;
	float: left;
}
.head_nav_rat-header .logo-box img {
	height: 68px;
}
.head_nav_rat-header .search-index {
	display: inline-block;
	float: left;
}
.head_nav_rat-header .contact-index {
	display: inline-block;
	height: 120px;
	line-height: 120px;
	margin-left: 60px;
}
.head_nav_rat-header .contact-index p {
	margin-left: 15px;
}
.head_nav_rat-header .contact-index .tel {
	font-size: 20px;
	margin-top: 34px;
	margin-bottom: 0px;
	color: #37474f;
	color: #2a333c;
	text-align: right;
	line-height: 30px;
}
.head_nav_rat-header .contact-index .tel .fa {
	margin-right: 5px;
}
.head_nav_rat-header .contact-index .tel .fa:before {
	border-right: 1px solid;
	padding-right: 5px;
}
.head_nav_rat-header .contact-index .mail {
	color: #ffffff;
	color: #76838f;
	font-size: 14px;
	text-align: right;
	line-height: 24px;
}
.head_nav_rat-header .search-box {
	float: right;
}
.head_nav_rat-header .search-box .input-search-btn {
	width: 35px;
	height: 35px;
	top: 43px;
	right: 10px;
	z-index: 2;
}
.head_nav_rat-header .search-box .input-search-btn .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	margin: 0px;
	background-color: #02328d;
	background-color: #02328d;
}
.head_nav_rat-header .search-box .input-search {
	height: 120px;
}
.head_nav_rat-header .search-box .input-search input {
	height: 45px;
	width: 240px;
	background-color: #eee;
	border: 1px solid;
	border-color: #eee;
	padding-left: 15px;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	-moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	-ms-transition: all 0.6s cubic-beziercubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	-o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	position: relative;
	top: 37.5px;
}
.head_nav_rat-header .search-box .input-search input:focus {
	width: 275px;
	border-color: #02328d;
	border-color: #02328d;
	outline: 0;
}
.head_nav_rat-header .m-search {
	display: none;
}
body.met-navfixed {
	padding-top: 158px
}
.navbar-shadow {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.onlinebox {
	z-index: 9999 !important;
}
/* 二级导航 */

.head_nav_rat {
	min-height: 38px;
	margin-bottom: 0;
	box-shadow: none;
	border-radius: 0;
background-color:;
	background-color: #02328d;
	z-index: 1601;
}
.head_nav_rat .met-head-user {
	margin-left: 15px;
}
.head_nav_rat.navbar-shadow {
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
	-webkit-animation-duration: .6s;
	animation-duration: .6s
}
.head_nav_rat.navbar-fixed-top .navbar-right {
	margin-right: 0
}
.head_nav_rat .nav-item .nav-link {
	color: #37474f;
	color: #ffffff;
	font-size: 14px;
	overflow: visible;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #02328d;
	background: transparent;
}
..navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background: transparent;
}
.head_nav_rat .nav-item .nav-link:before {
	content: attr(data-title);
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1602;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}
.head_nav_rat .nav-item .nav-link:after {
	display: none;
}
.head_nav_rat .dropdown-item.active {
	color: #02328d !important;
	color: #02328d !important;
}
.head_nav_rat .dropdown.open>a, .head_nav_rat .nav li a.active {
	background-color: transparent !important;
}
.head_nav_rat .nav-item .nav-link.active:before, .head_nav_rat .nav-item .nav-link:hover:before, .head_nav_rat .nav-item.open .nav-link:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	color: #02328d;
	color: #02328d;
	opacity: 1;
	visibility: visible;
	line-height: 38px;
}
/* 头部固定 */

.head_nav_rat-header.navbar-shadow {
	height: 38px;
}
.head_nav_rat-header.navbar-shadow .top-box {
	display: none;
}
.input-search {
	position: relative;
}
.input-search-btn+.form-control {
	padding-right: 50px
}
.input-search-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 10px;
	border: none;
	border-radius: 0 200px 200px 0;
	background: 0 0
}
.input-search-btn .icon {
	margin: 0 3px
}
.navbar-toggler {
	font-size: 1.286rem;
	line-height: 1;
	width: 2.5em;
	height: 2em;
padding:.5rem .75rem;
	border: 1px solid transparent;
border-radius:.215rem;
	background: transparent no-repeat center center;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px
}
.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none
}
 @media (min-width:768px) {
.head_nav_rat .nav>li>a {
	padding: 0 25px !important;
	height: 45px;
	line-height: 45px !important;
	display: block;
	position: relative;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}
.head_nav_rat .dropdown-menu {
	top: 44px;
	border: none;
	border-radius: 0;
	border-top: 3px solid #02328d;
	z-index: 1603;
}
.head_nav_rat .dropdown-menu .dropdown-submenu>a:after {
	display: none
}
.head_nav_rat .dropdown-menu .dropdown-submenu>a i {
	position: absolute;
	right: 10px
}
.head_nav_rat .dropdown-menu.bullet {
	top: 60px
}
.head_nav_rat .head_nav_rat-login {
	height: 38px;
	padding-top: 0;
	margin-left: 10px
}
.navbar-toggler {
	display: none;
}
}
 @media (max-width:991px) {
.head_nav_rat .dropdown-menu .dropdown-submenu>a:after {
	display: none
}
.head_nav_rat-header .contact-index {
	display: none;
}
.head_nav_rat .dropdown-menu .dropdown-submenu>a>i {
	float: right
}
.head_nav_rat .met-logo img {
	max-height: 50px
}
.head_nav_rat .nav>li>a>i {
	float: right
}
.head_nav_rat-header .logo-box img {
	max-width: 90%;
	max-height: 50px;
	object-fit: scale-down;
}
}
 @media (max-width:767px) {
body.met-navfixed {
	padding-top: 98px
}
.head_nav_rat-header {
	height: 98px;
}
.head_nav_rat-header .row {
	padding: 0 15px;
}
.head_nav_rat-header .logo-box {
	height: 60px;
	line-height: 60px;
}
.head_nav_rat-header .logo-box img {
	max-width: 90%;
	max-height: 50px;
}
.head_nav_rat-header .search-box {
	height: 60px;
	line-height: 60px;
}
.head_nav_rat-header .m-search {
	display: block;
}
.head_nav_rat-header .m-search i {
	font-size: 18px;
	padding: 8px;
	background: #02328d;
	background: #02328d;
	color: #fff;
	margin-top: 16px;
}
.head_nav_rat-header .search-index {
	display: none;
}
.head_nav_rat-header .contact-index {
	display: none;
}
.head_nav_rat .met-langlist {
	padding: 0 15px;
}
.head_nav_rat .nav>li {
	margin-left: 0 !important
}
.head_nav_rat .dropdown-menu>li>.dropdown-menu>li>a {
	padding-left: 40px
}
.head_nav_rat .dropdown-menu.bullet:before, .head_nav_rat .dropdown-menu.bullet:after {
	display: none
}
.head_nav_rat .navbar-collapse-toolbar.in {
	overflow-y: scroll;
}
.head_nav_rat .met-logo {
	float: none;
	max-width: 180px;
	margin-left: 15px;
}
.head_nav_rat .navbar-collapse-toolbar {
	width: 100%;
	padding: 0 15px !important;
}
.head_nav_rat .nav>li>a {
	padding: 10px 15px;
	line-height: 25px
}
.head_nav_rat .nav li .link.active:after {
	height: 1px;
	bottom: 0;
	top: auto;
	left: 15px
}
.head_nav_rat .nav>li>.link:after {
	height: 1px;
	bottom: 0;
	top: auto;
	left: 15px
}
.head_nav_rat .nav>li>.link:hover:after {
	height: 1px;
	bottom: 0;
	top: auto;
	left: 15px
}
.head_nav_rat .met-head-user {
	width: 100%;
	margin: 0;
}
.head_nav_rat .navbar-toggler {
	color: #37474f;
	color: #ffffff;
	padding: 0;
	height: 38px;
	margin: 0;
	float: right;
	width: 20px;
}
.head_nav_rat .navbar-toggler .hamburger-bar {
	background: #37474f;
	background: #ffffff;
}
.head_nav_rat .navbar-toggler:before {
	background: #37474f;
	background: #ffffff;
}
.head_nav_rat .navbar-toggler:after {
	background: #37474f;
	background: #ffffff;
}
.head_nav_rat .met-head-user-toggler {
	margin-right: 15px !important;
}
.head_nav_rat .nav-item .nav-link:before {
	top: 0;
	background: inherit;
}
.head_nav_rat .open .dropdown-menu {
	background: #fff;
	border-top: 3px solid;
	border-color: #02328d;
	border-color: #02328d;
}
.head_nav_rat .dropdown-item .dropdown-menu {
	display: block;
}
}
/*手机板面导航*/

.hamburger {
	font-size: 20px;
	vertical-align: middle;
}
.hamburger,  .hamburger:before,  .hamburger .hamburger-bar,  .hamburger:after {
	-webkit-transition: -webkit-transform .2s ease-in-out;
	-o-transition: -o-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}
.hamburger:before,  .hamburger:after {
	content: "";
}
.hamburger:before,  .hamburger .hamburger-bar,  .hamburger:after {
	display: block;
	width: 1em;
	height: .1em;
	margin: 0;
	background: #fff;
	border-radius: 1px;
}
.navbar-default .hamburger:before,  .navbar-default .hamburger .hamburger-bar,  .navbar-default .hamburger:after {
	background: #fff;
}
.navbar-inverse .hamburger:before,  .navbar-inverse .hamburger .hamburger-bar,  .navbar-inverse .hamburger:after {
	background: #fff;
}
.hamburger .hamburger-bar {
	margin: .2em 0;
}
.hamburger-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 8%;
	-ms-transform-origin: 8%;
	-o-transform-origin: 8%;
	transform-origin: 8%;
}
.hamburger-close .hamburger-bar {
	opacity: 0;
}
.hamburger-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 8%;
	-ms-transform-origin: 8%;
	-o-transform-origin: 8%;
	transform-origin: 8%;
}
.hamburger-close.hided:before,  .hamburger-close.collapsed:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.hamburger-close.hided .hamburger-bar,  .hamburger-close.collapsed .hamburger-bar {
	opacity: 1;
}
.hamburger-close.hided:after,  .hamburger-close.collapsed:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.hamburger-arrow-left.collapsed {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.hamburger-arrow-left.collapsed:before {
	width: .6em;
	-webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
	transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.hamburger-arrow-left.collapsed .hamburger-bar {
	border-radius: .2em;
}
.hamburger-arrow-left.collapsed:after {
	width: .6em;
	-webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
	transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}
.rat-banner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}
.text-xs-center {
	text-align: center!important
}
/*标题*/

.tit {
	width: 100%;
}
.tit p {
	width: 100%;
	font-size: 24px;
	text-align: center;
	color: #306fbe;
}
.tit span {
	width: 100%;
	font-size: 14px;
	text-align: center;
	display: block;
	color: #dadada;
	margin-top: 10px;
}
.tit .line {
	width: 450px;
	height: 8px;
	margin: auto;
	margin-top: 9px;
	position: relative;
}
.tit .line .line1 {
	border-bottom: 1px solid #efefef;
	padding-top: 4px;
}
.tit .line .circle {
	width: 8px;
	height: 8px;
	background: #306fbe;
	border-radius: 5px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -4px;
}
/*首页公司简介*/

#indexabout {
	padding: 60px 0px;
}
#indexabout .pic {
	/*height: 295px;*/
	margin-top: 30px;
	overflow: hidden;
}
#indexabout .pic img {
	width: 100%;
}
#indexabout .des {
	height: 295px;
	margin-top: 30px;
}
#indexabout .content {
	line-height: 200%;
	/*height: 245px;*/
	font-size: 14px;
	overflow: hidden;
}
#indexabout .more {
	width: 153px;
	height: 47px;
	line-height: 47px;
	float: right;
	color: #fff;
	background: #306fbe;
	text-align: center;
	margin-right: 10px;
	transition: all 0.5s ease 0s;
}
#indexabout .more:hover {
	background: #7c7b7b;
}
/*首页工程安全*/

#indexproduct {
	padding: 60px 0px;
	background: url(../images/bak.jpg) no-repeat center 100%;
}
.product {
	margin-top: 25px;
}
.product div {
	margin-top: 10px;
}
.product div .pic {
	display: block;
	width: 100%;
	overflow: hidden;
	background: #f2f2f2;
	margin-bottom: 5px;
}
.product div .tt {
	display: block;
	width: 100%;
	padding: 0px 1%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #306fbe;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.product div .tt:hover {
	background: #252525;
}
.product div img {
	transition: transform 0.9s ease 0s;
	width: 100%;
}
.product div img:hover {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);   /* IE 9 */
	-moz-transform: scale(1.1, 1.1);  /* Firefox */
	-webkit-transform: scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform: scale(1.1, 1.1);    /* Opera */
}
/*首页新闻动态*/

#indexcase {
	padding: 60px 0px;
}
#indexcase .con {
	width: 100%;
	margin-top: 10px;
}
#indexcase .con ul {
}
#indexcase .con ul li {
	background: #f5f5f5;
	margin-bottom: 2px;
}
#indexcase .con ul li a {
	padding: 10px;
	display: block;
}
#indexcase .con ul li a p {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#indexcase .con ul li a div {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
    overflow: hidden;
}
#indexcase .con ul li a:hover {
	background: #306fbe;
	text-decoration: none;
}
#indexcase .con ul li a:hover p {
	color: #fff;
}
#indexcase .con ul li a:hover div {
	color: #fff;
}
.culturebanner {
	height: 310px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.bx-controls {
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 999;
	width: 100%;
	color: rgba(0,0,0,0);
}
.bx-controls .bx-pager {
	text-align: left;
}
.bx-controls .bx-pager div {
	display: inline-block;
	margin: 0 4px;
}
.bx-controls .bx-pager div:first-child {
	margin-left: 30px;
}
.bx-controls .bx-pager div a {
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	line-height: 50px;
	background-color: rgba(255,255,255,0.3);
}
.bx-controls .bx-pager div a.active {
	background-color: rgba(255,255,255,1);
}
.bx-controls .bx-controls-direction {
	display: none;
}
/*footer*/



#footer .footer_top {
	width: 100%;
	background: #f5f5f5;
	padding: 35px 0px;
}
#footer .con {
	line-height: 200%;
	float: left;
	font-size: 14px;
}
#footer .weixin {
	background: url(../images/back.jpg) center no-repeat;
	text-align: center;
	font-size: 12px;
}
#footer .footer_bottom {
	width: 100%;
	height: 40px;
	background: #306fbe;
	color: #fff;
	line-height: 40px;
	font-size: 12px;
	overflow: hidden;
}
 @media (max-width: 787px) {
#indexabout, #indexcase {
	padding: 25px 0px;
}
#indexproduct {
	padding-top: 5px;
}
.tit .line {
	width: 100%;
}
#footer .footer_bottom span {
	display: none;
}
}

/*内页开始*/

#ne_nav {
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    line-height: 50px;
}
.son_nav {
    height: 47px;
    margin: auto;
    margin-top: 20px;
}
.son_nav ul li {
    float: left;
    height: 47px;
    line-height: 47px;
    text-align: center;
    margin-right: 4px;
}
.son_nav ul li a {
    height: 47px;
    display: block;
    color: #fff;
    background: #252525;
    transition: all 0.5s ease 0s;
    padding: 0px 20px;
}
.son_nav ul li a.cur {
    background: #306fbe;
}

/*简介文章内容*/
.rat-show {
    padding: 0px 0px 30px;
    background: #ffffff;
    word-break: break-all;
}
.rat-editor {
    padding: 20px 10px;
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #222;
    word-wrap: break-word;
}
.rat-editor h3 {    font-family: "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial,sans-serif; font-size: 24px;}
.rat-editor img {max-width: none;}


.xwzx{min-height:220px;margin:auto; margin-top: 20px;}
.xwzx ul{width:100%;}
.xwzx ul li{width:100%;height:145px;overflow:hidden;background:#f5f5f5;margin-bottom:16px;}
.xwzx ul li:hover{background:#eee;}
.xwzx ul li a{width:100%;height:123px;padding:11px;display:block;}
.xwzx ul li .tit{margin-top:18px; font-size: 14px; font-weight: bold;}
.xwzx ul li .date{color:#999;font-size:12px;margin-top:10px;}
.xwzx ul li .con{color:#999;font-size:12px;margin-top:10px;line-height:200%;}
.xwzx ul li a:hover .tit.xwzx ul li a:hover .date.xwzx ul li a:hover .con{color:#306fbe;}
.col {
	width: 100%;
    min-height: 450px;
    line-height: 200%;
    margin-bottom: 20px;
    margin: auto;
    font-size: 14px;
}
/*翻篇*/
.pager{padding-left:0;margin:22px 0;padding-top: 10px; text-align:center;list-style:none; width: 100%; border-top: 1px solid #ccc;}
.pager li {
  width: 49%;
  display: inline-block;
}
.pager li a {
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pager li > a,.pager li > span{display:inline-block;padding:5px 14px;background-color:transparent;border:1px solid #ddd;border-radius:5px; color: #333;}
.pager li > a:focus,.pager li > a:hover{text-decoration:none;background-color:#fff;}
.pager .next>a,.pager .next>a>span,.pager .previous > a > span  {float:right}
.pager .previous>a{float:left}

/*图片模块*/
.product_list_page_rat{padding: 30px 0;}
.product_list_page_rat .less-page-content {  }
.product_list_page_rat .card-header a { display: block; position: relative; }
.product_list_page_rat .card-header a .mask { position: absolute; width: 100%; height: 100%; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); z-index: 2; }
.product_list_page_rat .card-header a img { -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1); transition: all .6s cubic-bezier(.17, .84, .44, 1); width: 100%; }
.product_list_page_rat .card-title { text-align: left; border-bottom: 1px solid #e0e0e0; text-shadow: none; -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1); transition: all .6s cubic-bezier(.215, .61, .355, 1); margin-bottom:0; color: #444444; padding: 0px 10px;}
.product_list_page_rat .card-title a { color: #444444;color: ; text-shadow: none; font-size: 16px; }
.product_list_page_rat .card-title p { color: #848484;color: ; padding:5px 0; margin: 0; font-size: 13px; }
.product_list_page_rat .card:hover .card-title { border-bottom: 1px solid #444444;border-bottom: 1px solid ; }
.product_list_page_rat .product-list .item { opacity: 0; transform: translate(0, 10%);margin-bottom: 20px; }
.product_list_page_rat-list .item .fa { color: #fff; width: 22px; height: 22px; font-size: 22px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.product_list_page_rat-list .item .fa:hover { text-decoration: none; }
.product_list_page_rat .card-title .btn{
  margin-top:15px;
  font-size:14px;
  background: transparent;
  border: 1px solid #e4c17e;
    border: 1px solid ;
  border-radius: 0;
}
.product_list_page_rat .card-title a.btn {color:#e4c17e;color:;}
.product_list_page_rat .card-title .btn:hover{
    background: #e4c17e;
  background: ;
    border: 1px solid #e4c17e;
  border: 1px solid ;
  color: #fff;
}
@media (max-width:767px){
.rat-show img {
	width: 100%;
}
  .product_list_page_rat{
    padding:10px 0;
  }
    .product_list_page_rat .card-title{padding:10px !important;}
    .product_list_page_rat .less-page-content ul{margin:0;}
    .product_list_page_rat .less-page-content li{padding-left: 5px !important;padding-right: 5px !important;margin-bottom:10px;}
}
.overlay {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.overlay-figure {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0
}
.overlay-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff
}
.overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline
}
.overlay-panel>:last-child {
  margin-bottom: 0
}
.overlay-panel h1, .overlay-panel h2, .overlay-panel h3, .overlay-panel h4, .overlay-panel h5, .overlay-panel h6 {
  color: inherit
}
.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
  opacity: 0
}
.overlay-background {
  background: rgba(0,0,0,.5)
}
.overlay-image {
  width: 100%;
  max-width: 100%;
  padding: 0
}
.overlay-shade {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255,255,255,0)), color-stop(90%, rgba(255,255,255,.87)), to(#fff)) repeat scroll 0 0;
  background: transparent -webkit-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0;
  background: transparent -o-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0;
  background: transparent linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0
}
.overlay-top {
  bottom: auto
}
.overlay-bottom {
  top: auto
}
.overlay-left {
  right: auto
}
.overlay-right {
  left: auto
}
.overlay-icon {
  font-size: 0;
  text-align: center
}
.overlay-icon:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: ""
}
.overlay-icon .icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-decoration: none
}
.overlay-anchor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.overlay-blur, .overlay-fade, .overlay-grayscale, .overlay-scale, .overlay-spin, [class*=overlay-slide] {
-webkit-transition-timing-function:ease-out;
-o-transition-timing-function:ease-out;
transition-timing-function:ease-out;
-webkit-transition-duration:.3s;
-o-transition-duration:.3s;
transition-duration:.3s;
-webkit-transition-property:opacity -webkit-transform -webkit-filter, opacity -webkit-transform filter;
-o-transition-property:opacity -o-transform filter;
transition-property:opacity transform filter
}
.overlay-fade {
  opacity: .7
}
.overlay-hover:hover .overlay-fade {
  opacity: 1
}
.overlay-scale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.overlay-hover:hover .overlay-scale {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}
.overlay-spin {
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0)
}
.overlay-hover:hover .overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg)
}
.overlay-grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%)
}
.overlay-hover:hover .overlay-grayscale {
  filter: grayscale(0);
  -webkit-filter: grayscale(0)
}
[class*=overlay-slide] {
opacity:0
}
.overlay-slide-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}
.overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%)
}
.overlay-slide-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%)
}
.overlay-slide-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}
.overlay-hover:hover [class*=overlay-slide] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0)
}


/*分页*/
.pagination{color: #666; text-align: center; clear:both; margin-top: 1em; margin-bottom: 30px;}
.pagination a{display: inline-block; *display: inline; *zoom: 1; margin-left: -1px; padding: 0 12px; height: 32px; line-height: 32px; color: #428bca; border: 1px solid #ddd; background: #fff; text-decoration: none; overflow:hidden;}
.pagination .prev::before{font-family: "fontawesome";display: inline-block; content:"\f104"; width: 10px; height: 10px; margin-right: 5px;}
.pagination .next::after{font-family: "fontawesome";display: inline-block; content: "\f105"; width: 10px; height: 10px; margin-left: 5px;}
.pagination a:not(.goto):hover{background-color: #eee; color: #2a6496}
.pagination a.cur,
.pagination a.cur:hover{background-color: #428bca; color: #fff; border-color: #428bca; margin-right: 1px}
.pagination a.disabled{background-color: #e6e6e6!important; color: #bbb!important; cursor: no-drop}
.pagination .prev{border-radius: 5px 0 0 5px}
.pagination .next{border-radius: 0 5px 5px 0; }